GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-12T00:52:59.5403204+00:00",
"SubmitDate": "2026-01-12T00:52:59.5403204+00:00",
"ReportPeriodStart": "2026-01-12T00:52:59.5403204+00:00",
"ReportPeriodEnd": "2026-01-12T00:52:59.5403204+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e865a1a0-996c-4cb7-a504-2140440768b7",
"Rows": [
{
"ItemId": "82280889-d655-4f08-8099-55809f46747d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "82280889-d655-4f08-8099-55809f46747d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e865a1a0-996c-4cb7-a504-2140440768b7",
"Rows": [
{
"ItemId": "82280889-d655-4f08-8099-55809f46747d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "82280889-d655-4f08-8099-55809f46747d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ac4bd96b-a83b-4476-9658-9fded2fe7dab",
"5ea0394f-16a4-452c-b3f5-97aac6a6f7b2"
],
"Approvers": [
"b0b5e064-93ae-4084-aaaf-033b2d6cb562",
"1a87617e-376d-44e7-95f7-1ec8cb57873e"
],
"ApprovedBy": "f6212c7f-ce4f-47c9-a313-a364bf5e4bd2",
"ApprovalDate": "2026-01-12T00:52:59.5403204+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3f9eadd1-f686-4c32-9434-2902911d86b8",
"id": "62140abb-a9ae-4c65-8131-33b0de199ed1",
"ConfigId": "c7666b7c-50c2-49d2-8b62-c2e07f261754"
},
{
"GenerationDate": "2026-01-12T00:52:59.5403204+00:00",
"SubmitDate": "2026-01-12T00:52:59.5403204+00:00",
"ReportPeriodStart": "2026-01-12T00:52:59.5403204+00:00",
"ReportPeriodEnd": "2026-01-12T00:52:59.5403204+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e865a1a0-996c-4cb7-a504-2140440768b7",
"Rows": [
{
"ItemId": "82280889-d655-4f08-8099-55809f46747d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "82280889-d655-4f08-8099-55809f46747d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e865a1a0-996c-4cb7-a504-2140440768b7",
"Rows": [
{
"ItemId": "82280889-d655-4f08-8099-55809f46747d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "82280889-d655-4f08-8099-55809f46747d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ac4bd96b-a83b-4476-9658-9fded2fe7dab",
"5ea0394f-16a4-452c-b3f5-97aac6a6f7b2"
],
"Approvers": [
"b0b5e064-93ae-4084-aaaf-033b2d6cb562",
"1a87617e-376d-44e7-95f7-1ec8cb57873e"
],
"ApprovedBy": "f6212c7f-ce4f-47c9-a313-a364bf5e4bd2",
"ApprovalDate": "2026-01-12T00:52:59.5403204+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3f9eadd1-f686-4c32-9434-2902911d86b8",
"id": "62140abb-a9ae-4c65-8131-33b0de199ed1",
"ConfigId": "c7666b7c-50c2-49d2-8b62-c2e07f261754"
}
]